func runtime.racewritepc

5 uses

	runtime (current package)
		chan.go#L427: 		racewritepc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(closechan))
		map_swiss.go#L148: 		racewritepc(unsafe.Pointer(m), callerpc, pc)
		map_swiss.go#L191: 		racewritepc(unsafe.Pointer(m), callerpc, pc)
		panic.go#L424: 		racewritepc(unsafe.Pointer(head), sys.GetCallerPC(), abi.FuncPCABIInternal(deferprocat))
		race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr)                 { throw("race") }